github.com/andybalholm/brotli.blockEncoder.entropy_ix_ (field)
6 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1007: entropy_ix_ uint
brotli_bit_stream.go#L1019: self.entropy_ix_ = 0
brotli_bit_stream.go#L1066: self.entropy_ix_ = uint(block_type) * self.histogram_length_
brotli_bit_stream.go#L1072: var ix uint = self.entropy_ix_ + symbol
brotli_bit_stream.go#L1090: self.entropy_ix_ = uint(block_type) << context_bits
brotli_bit_stream.go#L1096: var histo_ix uint = uint(context_map[self.entropy_ix_+context])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |